HighContrast: Update rubberband styling
authorMatthias Clasen <mclasen@redhat.com>
Tue, 10 Nov 2015 05:30:39 +0000 (00:30 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 10 Nov 2015 05:30:39 +0000 (00:30 -0500)
Adapt to the changes in the previous commit.

gtk/theme/HighContrast/_common.scss
gtk/theme/HighContrast/gtk.css

index f1f386ed87ebe8e0657937cc5656703e6658582b..5926be643d5fbdd33d513c8039c98228978e47e4 100644 (file)
@@ -120,7 +120,8 @@ textview text,
   }
 }
 
-.rubberband {
+.rubberband,
+rubberband {
   border: 1px solid $selected_bg_color;
   background-color: transparentize($selected_bg_color,0.8);
 }
@@ -961,7 +962,7 @@ treeview.view {
   border-left-color: mix($fg_color, $base_color, 50%); // this is actually the tree lines color,
   border-top-color: $bg_color;                         // while this is the grid lines color, better then nothing
 
-  &.rubberband { @extend .rubberband; } // to avoid borders being overridden by the previously set props
+  &.rubberband { @extend rubberband; } // to avoid borders being overridden by the previously set props
 
   &:selected { border-radius: 0; } // rest border radius in lists
 
index f028d8af6f6be5b95d0a21508fcb37df8bce9b76..347b925e978245d703feecde08e31dff291fe28a 100644 (file)
@@ -106,7 +106,9 @@ textview text,
     color: #000;
     background-color: #fff; }
 
-.rubberband, treeview.view.rubberband {
+.rubberband,
+rubberband,
+treeview.view.rubberband {
   border: 1px solid #000;
   background-color: rgba(0, 0, 0, 0.2); }